home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / util / pack / xpk_Source.lha / xpk_Source / xpkmaster / All.c next >
C/C++ Source or Header  |  1996-11-26  |  546b  |  31 lines

  1. #ifndef XPKMASTER_ALL_C
  2. #define XPKMASTER_ALL_C
  3.  
  4. /* Programmheader
  5.  
  6.     Name:        xpkmaster.library
  7.     Author:        SDI
  8.     Distribution:    PD
  9.     Description:    the xpk packing library system
  10.  
  11.  3.10  28.10.96 : first SDI version
  12. */
  13.  
  14. #include "xpkmaster.c"
  15. #include "query.c"
  16. #include "checksum.c"
  17. #include "fib.c"
  18. #include "geterror.c"
  19. #include "hook.c"
  20. #include "hook_fh.c"
  21. #include "hook_mem.c"
  22. #include "open.c"
  23. #include "progress.c"
  24. #include "sublibs.c"
  25. #include "tags.c"
  26. #include "util.c"
  27. #include "xbuf.c"
  28. #include "xpk_strings.c"
  29.  
  30. #endif /* XPKMASTER_ALL_C */
  31.